ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util Namespace / CodeRanges Class / FindIndex Method / FindIndex(Predicate<CodeRange>) Method

In This Topic
    FindIndex(Predicate<CodeRange>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function FindIndex( _
       ByVal match As System.Predicate(Of CodeRange) _
    ) As System.Integer
    public System.int FindIndex( 
       System.Predicate<CodeRange> match
    )

    Parameters

    match
    See Also